Html Css Color HEX #BBC93A Fuego

📋 copy color: '#BBC93A'

red 187 ◦ green 201 ◦ blue 58

#BBC93A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BBC93A

Tints of Fuego #BBC93A

RGB

 RED value IS 187 (73.44% from 255) = 41.93%

 GREEN value IS 201 (78.91% from 255) = 45.07%

 BLUE value IS 58 (23.05% from 255) = 13%

R = 41.93%
G = 45.07%
B = 13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBC93A (or 0xBBC93A) is known color: Fuego. HEX triplet: BB, C9 and 3A. RGB value is (187,201,58). Sum of RGB (Red+Green+Blue) = 187+201+58=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC93A is #4436C5. Grayscale: #B5B5B5. Windows color (decimal): -4470470 or 3852731. OLE color: 3852731.

HSL color Cylindrical-coordinate representation of color #BBC93A: hue angle of 65.87º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBC93A is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 58 -
CMYK 0.07 0 0.71 0.21
HSL 65.87º 0.57% 0.51% -
HSV(B) 65.87º 0.71% 0.79% -
XYZ 42.14 52.64 11.94 -
YUV 180.51 58.86 132.63 -
System Red Green Blue C M Y K H S L
Decimal 187 201 58 0.07 0 0.71 0.21 65.87 0.57 0.51
Hex BB C9 3A 7 0 47 15 42 39 33
Octal 273 311 72 7 0 107 25 102 71 63
Binary 10111011 11001001 111010 111 0 1000111 10101 1000010 111001 110011

Color Harmonies of #BBC93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC93A

Black with #BBC93A

Text Example


Text Example

White with #BBC93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC93A; }

 p { color: rgb(187,201,58); }

 H1.HeaderClassName
 {
   color: #BBC93A;
 }
 .AnyTagClassName
 {
   color: #BBC93A;
 }
</style>

background-color css

<style>
 a { background-color: #BBC93A; }

 a { background-color: rgb(187,201,58); }

 div.DivClassName
 {
   background-color: #BBC93A;
 }
 .BgClassName
 {
   background-color: #BBC93A;
 }
</style>

border-color css

<style>
 span { border-color: #BBC93A; }

 span { border-color: rgb(187,201,58); }

 td.TdClassName
 {
   border-color: #BBC93A;
 }
 .TagClassName
 {
   border-color: #BBC93A;
 }
</style>