Html Css Color HEX #BBD323 Fuego

📋 copy color: '#BBD323'

red 187 ◦ green 211 ◦ blue 35

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

Shades of Fuego #BBD323

Tints of Fuego #BBD323

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.73%

 BLUE value IS 35 (14.06% from 255) = 8.08%

R = 43.19%
G = 48.73%
B = 8.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#BBD323 (or 0xBBD323) is known color: Fuego. HEX triplet: BB, D3 and 23. RGB value is (187,211,35). Sum of RGB (Red+Green+Blue) = 187+211+35=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD323 is #442CDC. Grayscale: #B8B8B8. Windows color (decimal): -4467933 or 2347963. OLE color: 2347963.

HSL color Cylindrical-coordinate representation of color #BBD323: hue angle of 68.18º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBD323 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 35 -
CMYK 0.11 0 0.83 0.17
HSL 68.18º 0.72% 0.48% -
HSV(B) 68.18º 0.83% 0.83% -
XYZ 44.09 57.27 10.32 -
YUV 183.76 44.05 130.31 -
System Red Green Blue C M Y K H S L
Decimal 187 211 35 0.11 0 0.83 0.17 68.18 0.72 0.48
Hex BB D3 23 B 0 53 11 44 48 30
Octal 273 323 43 13 0 123 21 104 110 60
Binary 10111011 11010011 100011 1011 0 1010011 10001 1000100 1001000 110000

Color Harmonies of #BBD323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD323

Black with #BBD323

Text Example


Text Example

White with #BBD323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD323; }

 p { color: rgb(187,211,35); }

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

background-color css

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

 a { background-color: rgb(187,211,35); }

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

border-color css

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

 span { border-color: rgb(187,211,35); }

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