Html Css Color HEX #B2CE03 La Rioja

📋 copy color: '#B2CE03'

red 178 ◦ green 206 ◦ blue 3

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

Shades of La Rioja #B2CE03

Tints of La Rioja #B2CE03

RGB

 RED value IS 178 (69.92% from 255) = 45.99%

 GREEN value IS 206 (80.86% from 255) = 53.23%

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 45.99%
G = 53.23%
B = 0.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#B2CE03 (or 0xB2CE03) is known color: La Rioja. HEX triplet: B2, CE and 03. RGB value is (178,206,3). Sum of RGB (Red+Green+Blue) = 178+206+3=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CE03 is #4D31FC. Grayscale: #AFAFAF. Windows color (decimal): -5059069 or 249522. OLE color: 249522.

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

Color convert

RGB 178 206 3 -
CMYK 0.14 0 0.99 0.19
HSL 68.28º 0.97% 0.41% -
HSV(B) 68.28º 0.99% 0.81% -
XYZ 40.45 53.61 8.3 -
YUV 174.49 31.22 130.51 -
System Red Green Blue C M Y K H S L
Decimal 178 206 3 0.14 0 0.99 0.19 68.28 0.97 0.41
Hex B2 CE 3 E 0 63 13 44 61 29
Octal 262 316 3 16 0 143 23 104 141 51
Binary 10110010 11001110 11 1110 0 1100011 10011 1000100 1100001 101001

Color Harmonies of #B2CE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE03

Black with #B2CE03

Text Example


Text Example

White with #B2CE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE03; }

 p { color: rgb(178,206,3); }

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

background-color css

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

 a { background-color: rgb(178,206,3); }

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

border-color css

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

 span { border-color: rgb(178,206,3); }

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