Html Css Color HEX #BBCB0F La Rioja

📋 copy color: '#BBCB0F'

red 187 ◦ green 203 ◦ blue 15

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

Shades of La Rioja #BBCB0F

Tints of La Rioja #BBCB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.7%

R = 46.17%
G = 50.12%
B = 3.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#BBCB0F (or 0xBBCB0F) is known color: La Rioja. HEX triplet: BB, CB and 0F. RGB value is (187,203,15). Sum of RGB (Red+Green+Blue) = 187+203+15=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB0F is #4434F0. Grayscale: #B1B1B1. Windows color (decimal): -4470001 or 1035195. OLE color: 1035195.

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

Color convert

RGB 187 203 15 -
CMYK 0.08 0 0.93 0.20
HSL 65.11º 0.86% 0.43% -
HSV(B) 65.11º 0.93% 0.8% -
XYZ 41.94 53.31 8.53 -
YUV 176.78 36.7 135.29 -
System Red Green Blue C M Y K H S L
Decimal 187 203 15 0.08 0 0.93 0.20 65.11 0.86 0.43
Hex BB CB F 8 0 5D 14 41 56 2B
Octal 273 313 17 10 0 135 24 101 126 53
Binary 10111011 11001011 1111 1000 0 1011101 10100 1000001 1010110 101011

Color Harmonies of #BBCB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB0F

Black with #BBCB0F

Text Example


Text Example

White with #BBCB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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