Html Css Color HEX #BBC30D La Rioja

📋 copy color: '#BBC30D'

red 187 ◦ green 195 ◦ blue 13

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

Shades of La Rioja #BBC30D

Tints of La Rioja #BBC30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.37%

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

R = 47.34%
G = 49.37%
B = 3.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#BBC30D (or 0xBBC30D) is known color: La Rioja. HEX triplet: BB, C3 and 0D. RGB value is (187,195,13). Sum of RGB (Red+Green+Blue) = 187+195+13=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC30D is #443CF2. Grayscale: #ACACAC. Windows color (decimal): -4472051 or 902075. OLE color: 902075.

HSL color Cylindrical-coordinate representation of color #BBC30D: hue angle of 62.64º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBC30D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 13 -
CMYK 0.04 0 0.93 0.24
HSL 62.64º 0.88% 0.41% -
HSV(B) 62.64º 0.93% 0.76% -
XYZ 40.08 49.62 7.85 -
YUV 171.86 38.35 138.8 -
System Red Green Blue C M Y K H S L
Decimal 187 195 13 0.04 0 0.93 0.24 62.64 0.88 0.41
Hex BB C3 D 4 0 5D 18 3F 58 29
Octal 273 303 15 4 0 135 30 77 130 51
Binary 10111011 11000011 1101 100 0 1011101 11000 111111 1011000 101001

Color Harmonies of #BBC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC30D

Black with #BBC30D

Text Example


Text Example

White with #BBC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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