Html Css Color HEX #BBCD0C La Rioja

📋 copy color: '#BBCD0C'

red 187 ◦ green 205 ◦ blue 12

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

Shades of La Rioja #BBCD0C

Tints of La Rioja #BBCD0C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.74%

 BLUE value IS 12 (5.08% from 255) = 2.97%

R = 46.29%
G = 50.74%
B = 2.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#BBCD0C (or 0xBBCD0C) is known color: La Rioja. HEX triplet: BB, CD and 0C. RGB value is (187,205,12). Sum of RGB (Red+Green+Blue) = 187+205+12=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD0C is #4432F3. Grayscale: #B2B2B2. Windows color (decimal): -4469492 or 839099. OLE color: 839099.

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

Color convert

RGB 187 205 12 -
CMYK 0.09 0 0.94 0.20
HSL 65.6º 0.89% 0.43% -
HSV(B) 65.6º 0.94% 0.8% -
XYZ 42.39 54.25 8.59 -
YUV 177.62 34.54 134.69 -
System Red Green Blue C M Y K H S L
Decimal 187 205 12 0.09 0 0.94 0.20 65.6 0.89 0.43
Hex BB CD C 9 0 5E 14 42 59 2B
Octal 273 315 14 11 0 136 24 102 131 53
Binary 10111011 11001101 1100 1001 0 1011110 10100 1000010 1011001 101011

Color Harmonies of #BBCD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD0C

Black with #BBCD0C

Text Example


Text Example

White with #BBCD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD0C; }

 p { color: rgb(187,205,12); }

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

background-color css

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

 a { background-color: rgb(187,205,12); }

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

border-color css

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

 span { border-color: rgb(187,205,12); }

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