Html Css Color HEX #BBC00D La Rioja

📋 copy color: '#BBC00D'

red 187 ◦ green 192 ◦ blue 13

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

Shades of La Rioja #BBC00D

Tints of La Rioja #BBC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.98%

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 47.7%
G = 48.98%
B = 3.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BBC00D (or 0xBBC00D) is known color: La Rioja. HEX triplet: BB, C0 and 0D. RGB value is (187,192,13). Sum of RGB (Red+Green+Blue) = 187+192+13=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC00D is #443FF2. Grayscale: #AAAAAA. Windows color (decimal): -4472819 or 901307. OLE color: 901307.

HSL color Cylindrical-coordinate representation of color #BBC00D: hue angle of 61.68º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBC00D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 13 -
CMYK 0.03 0 0.93 0.25
HSL 61.68º 0.87% 0.4% -
HSV(B) 61.68º 0.93% 0.75% -
XYZ 39.42 48.29 7.62 -
YUV 170.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 187 192 13 0.03 0 0.93 0.25 61.68 0.87 0.4
Hex BB C0 D 3 0 5D 19 3E 57 28
Octal 273 300 15 3 0 135 31 76 127 50
Binary 10111011 11000000 1101 11 0 1011101 11001 111110 1010111 101000

Color Harmonies of #BBC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC00D

Black with #BBC00D

Text Example


Text Example

White with #BBC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC00D; }

 p { color: rgb(187,192,13); }

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

background-color css

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

 a { background-color: rgb(187,192,13); }

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

border-color css

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

 span { border-color: rgb(187,192,13); }

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