Html Css Color HEX #BBCD02 La Rioja

📋 copy color: '#BBCD02'

red 187 ◦ green 205 ◦ blue 2

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

Shades of La Rioja #BBCD02

Tints of La Rioja #BBCD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 47.46%
G = 52.03%
B = 0.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#BBCD02 (or 0xBBCD02) is known color: La Rioja. HEX triplet: BB, CD and 02. RGB value is (187,205,2). Sum of RGB (Red+Green+Blue) = 187+205+2=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD02 is #4432FD. Grayscale: #B1B1B1. Windows color (decimal): -4469502 or 183739. OLE color: 183739.

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

Color convert

RGB 187 205 2 -
CMYK 0.09 0 0.99 0.20
HSL 65.32º 0.98% 0.41% -
HSV(B) 65.32º 0.99% 0.8% -
XYZ 42.34 54.23 8.29 -
YUV 176.48 29.54 135.51 -
System Red Green Blue C M Y K H S L
Decimal 187 205 2 0.09 0 0.99 0.20 65.32 0.98 0.41
Hex BB CD 2 9 0 63 14 41 62 29
Octal 273 315 2 11 0 143 24 101 142 51
Binary 10111011 11001101 10 1001 0 1100011 10100 1000001 1100010 101001

Color Harmonies of #BBCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD02

Black with #BBCD02

Text Example


Text Example

White with #BBCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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