Html Css Color HEX #BBCF08 La Rioja

📋 copy color: '#BBCF08'

red 187 ◦ green 207 ◦ blue 8

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

Shades of La Rioja #BBCF08

Tints of La Rioja #BBCF08

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.49%

 BLUE value IS 8 (3.52% from 255) = 1.99%

R = 46.52%
G = 51.49%
B = 1.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#BBCF08 (or 0xBBCF08) is known color: La Rioja. HEX triplet: BB, CF and 08. RGB value is (187,207,8). Sum of RGB (Red+Green+Blue) = 187+207+8=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF08 is #4430F7. Grayscale: #B3B3B3. Windows color (decimal): -4468984 or 577467. OLE color: 577467.

HSL color Cylindrical-coordinate representation of color #BBCF08: hue angle of 66.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBCF08 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 8 -
CMYK 0.10 0 0.96 0.19
HSL 66.03º 0.93% 0.42% -
HSV(B) 66.03º 0.96% 0.81% -
XYZ 42.85 55.21 8.63 -
YUV 178.33 31.87 134.18 -
System Red Green Blue C M Y K H S L
Decimal 187 207 8 0.10 0 0.96 0.19 66.03 0.93 0.42
Hex BB CF 8 A 0 60 13 42 5D 2A
Octal 273 317 10 12 0 140 23 102 135 52
Binary 10111011 11001111 1000 1010 0 1100000 10011 1000010 1011101 101010

Color Harmonies of #BBCF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF08

Black with #BBCF08

Text Example


Text Example

White with #BBCF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF08; }

 p { color: rgb(187,207,8); }

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

background-color css

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

 a { background-color: rgb(187,207,8); }

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

border-color css

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

 span { border-color: rgb(187,207,8); }

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