Html Css Color HEX #BBCF04 La Rioja

📋 copy color: '#BBCF04'

red 187 ◦ green 207 ◦ blue 4

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

Shades of La Rioja #BBCF04

Tints of La Rioja #BBCF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 46.98%
G = 52.01%
B = 1.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#BBCF04 (or 0xBBCF04) is known color: La Rioja. HEX triplet: BB, CF and 04. RGB value is (187,207,4). Sum of RGB (Red+Green+Blue) = 187+207+4=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF04 is #4430FB. Grayscale: #B2B2B2. Windows color (decimal): -4468988 or 315323. OLE color: 315323.

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

Color convert

RGB 187 207 4 -
CMYK 0.10 0 0.98 0.19
HSL 65.91º 0.96% 0.41% -
HSV(B) 65.91º 0.98% 0.81% -
XYZ 42.83 55.2 8.51 -
YUV 177.88 29.87 134.51 -
System Red Green Blue C M Y K H S L
Decimal 187 207 4 0.10 0 0.98 0.19 65.91 0.96 0.41
Hex BB CF 4 A 0 62 13 42 60 29
Octal 273 317 4 12 0 142 23 102 140 51
Binary 10111011 11001111 100 1010 0 1100010 10011 1000010 1100000 101001

Color Harmonies of #BBCF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF04

Black with #BBCF04

Text Example


Text Example

White with #BBCF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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