Html Css Color HEX #BBCF0D La Rioja

📋 copy color: '#BBCF0D'

red 187 ◦ green 207 ◦ blue 13

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

Shades of La Rioja #BBCF0D

Tints of La Rioja #BBCF0D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.86%

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

R = 45.95%
G = 50.86%
B = 3.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#BBCF0D (or 0xBBCF0D) is known color: La Rioja. HEX triplet: BB, CF and 0D. RGB value is (187,207,13). Sum of RGB (Red+Green+Blue) = 187+207+13=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF0D is #4430F2. Grayscale: #B3B3B3. Windows color (decimal): -4468979 or 905147. OLE color: 905147.

HSL color Cylindrical-coordinate representation of color #BBCF0D: hue angle of 66.19º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBCF0D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 13 -
CMYK 0.10 0 0.94 0.19
HSL 66.19º 0.88% 0.43% -
HSV(B) 66.19º 0.94% 0.81% -
XYZ 42.88 55.22 8.78 -
YUV 178.9 34.37 133.77 -
System Red Green Blue C M Y K H S L
Decimal 187 207 13 0.10 0 0.94 0.19 66.19 0.88 0.43
Hex BB CF D A 0 5E 13 42 58 2B
Octal 273 317 15 12 0 136 23 102 130 53
Binary 10111011 11001111 1101 1010 0 1011110 10011 1000010 1011000 101011

Color Harmonies of #BBCF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF0D

Black with #BBCF0D

Text Example


Text Example

White with #BBCF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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