Html Css Color HEX #BBCD01 La Rioja

📋 copy color: '#BBCD01'

red 187 ◦ green 205 ◦ blue 1

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

Shades of La Rioja #BBCD01

Tints of La Rioja #BBCD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 47.58%
G = 52.16%
B = 0.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#BBCD01 (or 0xBBCD01) is known color: La Rioja. HEX triplet: BB, CD and 01. RGB value is (187,205,1). Sum of RGB (Red+Green+Blue) = 187+205+1=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD01 is #4432FE. Grayscale: #B1B1B1. Windows color (decimal): -4469503 or 118203. OLE color: 118203.

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

Color convert

RGB 187 205 1 -
CMYK 0.09 0 1.00 0.20
HSL 65.29º 0.99% 0.4% -
HSV(B) 65.29º 1% 0.8% -
XYZ 42.33 54.23 8.27 -
YUV 176.36 29.04 135.59 -
System Red Green Blue C M Y K H S L
Decimal 187 205 1 0.09 0 1.00 0.20 65.29 0.99 0.4
Hex BB CD 1 9 0 64 14 41 63 28
Octal 273 315 1 11 0 144 24 101 143 50
Binary 10111011 11001101 1 1001 0 1100100 10100 1000001 1100011 101000

Color Harmonies of #BBCD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD01

Black with #BBCD01

Text Example


Text Example

White with #BBCD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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