Html Css Color HEX #BBCB07 La Rioja

📋 copy color: '#BBCB07'

red 187 ◦ green 203 ◦ blue 7

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

Shades of La Rioja #BBCB07

Tints of La Rioja #BBCB07

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.13%

 BLUE value IS 7 (3.13% from 255) = 1.76%

R = 47.1%
G = 51.13%
B = 1.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#BBCB07 (or 0xBBCB07) is known color: La Rioja. HEX triplet: BB, CB and 07. RGB value is (187,203,7). Sum of RGB (Red+Green+Blue) = 187+203+7=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB07 is #4434F8. Grayscale: #B0B0B0. Windows color (decimal): -4470009 or 510907. OLE color: 510907.

HSL color Cylindrical-coordinate representation of color #BBCB07: hue angle of 64.9º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBCB07 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 7 -
CMYK 0.08 0 0.97 0.20
HSL 64.9º 0.93% 0.41% -
HSV(B) 64.9º 0.97% 0.8% -
XYZ 41.89 53.29 8.28 -
YUV 175.87 32.7 135.94 -
System Red Green Blue C M Y K H S L
Decimal 187 203 7 0.08 0 0.97 0.20 64.9 0.93 0.41
Hex BB CB 7 8 0 61 14 41 5D 29
Octal 273 313 7 10 0 141 24 101 135 51
Binary 10111011 11001011 111 1000 0 1100001 10100 1000001 1011101 101001

Color Harmonies of #BBCB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB07

Black with #BBCB07

Text Example


Text Example

White with #BBCB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB07; }

 p { color: rgb(187,203,7); }

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

background-color css

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

 a { background-color: rgb(187,203,7); }

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

border-color css

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

 span { border-color: rgb(187,203,7); }

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